Class ProgressBarStoreFile

java.lang.Object
  extended by ProgressBarStoreFile

 class ProgressBarStoreFile
extends java.lang.Object


Field Summary
(package private)  javax.swing.JFrame frame
           
(package private)  javax.swing.JProgressBar progressBar
           
 
Constructor Summary
ProgressBarStoreFile(java.lang.String label)
           
 
Method Summary
 void init()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

progressBar

javax.swing.JProgressBar progressBar

frame

javax.swing.JFrame frame
Constructor Detail

ProgressBarStoreFile

public ProgressBarStoreFile(java.lang.String label)
Method Detail

init

public void init()

stop

public void stop()